ci: Add missing newline escape
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 29 Jan 2020 11:31:00 +0000 (12:31 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 13:39:52 +0000 (13:39 +0000)
Otherwise we're going to run the accessibility test suite, and it's
going to fail.

.gitlab-ci/run-tests.sh

index ad3a4a74913022f97058970a4591073c5143cf68..136988e11ea280a0c63c75348ab7047640b26155 100755 (executable)
@@ -7,5 +7,5 @@ builddir=$1
 cd ${builddir}
 xvfb-run -a -s "-screen 0 1024x768x24" \
         meson test --print-errorlogs \
-                --suite=gtk
+                --suite=gtk \
                 --no-suite=gtk:a11y